home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 8: LINUX Games
/
Linux Cubed Series 8 - LINUX Games.iso
/
games
/
doom
/
doom-dsp.rea
< prev
next >
Wrap
Text File
|
1996-11-17
|
614b
|
33 lines
This is a kernel patch to add a 16->8 bit dsp device. I don't think voxware
has changed for some time so it will patch just about any 1.1.xx kernel.
Installation:
patch your kernel:
# patch -p0 < doom-dsp16to8.patch
build it:
# make zlilo
make the device in /dev (I use the name d16 use what you want but only 3
letters so you can edit binaries):
mknod -m 666 /dev/d16 c 14 11
patch the 16 bit binary, e.g.:
emacs sndserver
M-X: replace-string /dev/dsp /dev/d16
save-and-exit
reboot and enjoy.
If you don't understand or are scared by any of the above, ask your parents
or an adult to help you.
Jon.